Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Zvonimir Begic"

Web Page WatcherVersion: VB 2010
Author: Zvonimir BegicSubmitted: 6/1/2012Downloads: 2413
If you want to watch web page for change, this is class for you. With this class you can notify user when web page is changed. Class have one event WebPageWatcher_PageChanged. It is very easy to use. This class use threading. Enjoy!

Html to Asp.net converterVersion: VB 2010
Author: Zvonimir BegicSubmitted: 3/8/2012Downloads: 3951
With this application you can easily convert html controls to asp.net controls. How it works(Asp.net): 1. Create new web page 2. Copy html template 3. Run HtmlControlsToAspNetControls.exe 4. Click on Choose asp.net file... 5. Select aspx file wher ...more>>

Binary TreeVersion: C#
Author: Zvonimir BegicSubmitted: 2/25/2012Downloads: 1843
This is example of building your own binary tree. You can learn how to make generic classes from these exmple. In this application you have comparation of searching in for loop and with binary search. Then you can compare time for search. If you have ...more>>

Html ParserVersion: C#
Author: Zvonimir BegicSubmitted: 2/25/2012Downloads: 1771
With these examples you can learn how to make WCF services. It enables you to parse any web page and get their elements. You can also use HtmlParser to show only some part of web page on your own page. In zip file you have and demo client applic ...more>>

DeepCopyVersion: VB 2010
Author: Zvonimir BegicSubmitted: 2/17/2012Downloads: 2109
If you want to create deep copy of some object you can implement ICloneable interface. With DeepCopy class you can deep copy any object. Here is demo application. It is very simple and useful generic class.

FileFormatReader - like Entity framework for filesVersion: C#
Author: Zvonimir BegicSubmitted: 12/15/2011Downloads: 1832
This class can simplify file using. When you have a file with some formatting, you can use FileFormatReader. You can imagine Entity like some structre. Every structure represent lines of text. Formated lines you can imagine like columns. How to use it: ...more>>

Multi clipboard applicationVersion: C#
Author: Zvonimir BegicSubmitted: 12/3/2011Downloads: 1841
This is newest, and much improved version. Start application, and just normaly copy anything in clipboard, it will automatically save data in application(maximum delay is 3 seconds). You can choose desired data clicking on item. User must think about free ...more>>

Html 5 with intellisense editorVersion: C#
Author: Zvonimir BegicSubmitted: 11/12/2011Downloads: 1994
This is html 5 editor with intellisense. It provide text manipulation inside tags, deleting tags. How to use: drag html or txt or htm file into textbox. Click on build html. When you click on '<' select desired tag and click with left mouse button, o ...more>>

Simple reminderVersion: C#
Author: Zvonimir BegicSubmitted: 10/31/2011Downloads: 2423
This is simple application for input user tasks on daily base. It will show you how to use graphics to create control, database CRUD(MS Access), printing. All basics can learn from this example. This was my seminar work at C# course. Enjoy!

DataTableToMSSQLVersion: VB 2010
Author: Zvonimir BegicSubmitted: 10/27/2011Views: 8418
This is short but very powerfull code snipet for inserting in mssql table from datatable object. Use this for very large inserts in table. SqlBulkCopy class is much slower in my test(on 10 000 000 record results: SqlBulkCopy was slower 40 seconds). ...more>>

<< Previous  Page 2 of  3  Next >>

Go to page: 2  3